Generating Code

The Generate menu contains two items: "Generate all files" and "Set properties..."

Generate all files generates a class file for each of the languages in the Resource Bundle Editor, including the default. The filenames of these generated files are constructed by using the class name followed by the two letter ISO code for the language and the two letter ISO code for the country, if provided.
The filename is always given the .java suffix. Assuming the class name for a Resource Bundle is "Greetings" and the language is French and the country is France, the class files for that language would be:

GreetingsResourceBundle_fr_FR.java

The first time you generate code, you will be prompted for a class name and package name. You do not have to provide a package or the generated files, but you are required to provide a class name. This is also used as the filename of the generated code file.
If you wish to change the class or package name before generating again, choose Set properties... from the Generate menu.